Documentation
LiveSPInstallation Operating GuideDownload PDF
Monitoring : Track user connection to the application
Track user connection to the application
User connections logs can be found on the management server in the back logs (/logs/bach.log).
To easily display all logins since the beginning of the day, you can use the following command:
less –R //logs/bach.log | grep '\[audit\]'
You can also search for a specific user:
less –R //logs/bach.log | grep '\[audit\]' | grep
Examples:
[INFO] c.l.d.a.d.i.AuthDatabaseManagerImpl {ForkJoinPool-1-worker-6} - [audit] admin (Admin Admin) logged in
[INFO] c.l.d.s.i.auth.AuthManagerImpl {reactor-http-epoll-4} - [audit] sso-headers:johndoe logged in via SSO